From d72b1e35c9e08068e22c372dec7034f2fc7064ef Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Fri, 16 Oct 2009 16:58:34 +0200 Subject: [PATCH] Use GtkComboBox in the property editor code --- tests/prop-editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/prop-editor.c b/tests/prop-editor.c index 7adff87b55..b6b39783d1 100644 --- a/tests/prop-editor.c +++ b/tests/prop-editor.c @@ -405,6 +405,7 @@ enum_modified (GtkComboBox *cb, gpointer data) i = gtk_combo_box_get_active (cb); + if (is_child_property (p->spec)) { GtkWidget *widget = GTK_WIDGET (p->obj); -- 2.30.2